home *** CD-ROM | disk | FTP | other *** search
- //
- //
- //
- subtitleTextBox. setText ("")
- mainTextBox. setText ("")
- //
- // Record New Stuff Here
- //
- function2. setDataSource ( "SquareWaveFunction" )
- function2. setSamples ( 32 )
- function. setSamples ( 32 )
- function. setDataSource ( "SquareWaveFunction" )
- control. resetNetwork ( )
-
- //
- // fill in text
- //
- TextBoxPath = macro. pathFromMacro("textbox.txt")
- NextMacroPath = macro. pathFromMacro ( "2 summary.nsm" )
- nextButton. setMacroPath ( NextMacroPath )
- CancelMacroPath= macro.pathFromMacro("..\minimize.nsm")
- cancelButton. setMacroPath ( CancelMacroPath)
- SubtitleIndex = subtitleTextBox. setTextFromFile (TextBoxPath, 0)
- MainIndex = mainTextBox. setTextFromFile (TextBoxPath, 0)
-
-